home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(14) then
- set the visible of sprite 42 to 1
- else
- set the visible of sprite 42 to 0
- end if
- if rollOver(15) then
- set the visible of sprite 43 to 1
- else
- set the visible of sprite 43 to 0
- end if
- if rollOver(16) then
- set the visible of sprite 44 to 1
- else
- set the visible of sprite 44 to 0
- end if
- go(#loop)
- end
-